From 08be6651d6c5ca63e5226d6f5d6a32082177fef5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 5 Nov 2017 11:24:12 -0500 Subject: [PATCH] Expand the cursors demo text Explain what why we show each cursor 4 times. --- demos/gtk-demo/cursors.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demos/gtk-demo/cursors.c b/demos/gtk-demo/cursors.c index 39bf801480..275dab06d1 100644 --- a/demos/gtk-demo/cursors.c +++ b/demos/gtk-demo/cursors.c @@ -1,6 +1,9 @@ /* Cursors * - * Demonstrates a useful set of available cursors. + * Demonstrates a useful set of available cursors. The cursors shown here are the ones + * defined by CSS, which we assume to be available. + * + * The example shows creating cursors by name or from an image, with or without a fallback. */ #include -- 2.30.2